job control language - traduction vers néerlandais
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

job control language - traduction vers néerlandais

SCRIPTING LANGUAGES USED ON IBM MAINFRAME OPERATING SYSTEMS TO INSTRUCT THE SYSTEM ON HOW TO RUN A BATCH JOB OR START A SUBSYSTEM
Job entry control language; Job control language; JECL; Job statement; Job Control Statements; IBM JCL; Job management language

job control language         
werkcontroletaal
Printer Control Language         
COMPUTER LANGUAGE THAT DESCRIBES THE APPEARANCE OF A PRINTED PAGE IN A HIGHER LEVEL THAN AN ACTUAL OUTPUT BITMAP
Printer control language; Printer Control Language; Printer language; Page Description Language; Page description markup language; KPDL; ZjStream; Ultra Fast Rendering; Page description language (PDL); List of page description languages
printer controle taal, commando's voor controle over de printer, PCL
blow job         
  • Female bats perform fellatio to increase copulation time. This species is the only non-primate known to exhibit this behaviour.<ref name=plos />
  • Depiction of fellatio on Attic red-figure kylix, c. 510 BC
  • Oral sex depicted in the ''[[Kama Sutra]]''
  • An illustration of a woman deep-throating a man
  • An illustration of two men performing fellatio on each other
  • Illustration by [[Édouard-Henri Avril]] (1849-1928) of fellatio scene
WIKIMEDIA DISAMBIGUATION PAGE
Blow Job; Blowjob (disambiguation); Blow Job (disambiguation); Blow Job (film)
het pijpen (sexuele bevrediging met de mond), (slang)

Définition

Job Control Language
<language, operating system> (JCL) IBM's supremely rude script language, used to control the execution of programs in IBM OS/360's batch systems. JCL has a very fascist syntax, and some versions will, for example, barf if two spaces appear where it expects one. Most programmers confronted with JCL simply copy a working file (or card deck), changing the file names. Someone who actually understands and generates unique JCL is regarded with the mixed respect one gives to someone who memorises the phone book. It is reported that hackers at IBM itself sometimes sing "Who's the breeder of the crud that mangles you and me? I-B-M, J-C-L, M-o-u-s-e" to the tune of the "Mickey Mouse Club" theme to express their opinion of the beast. As with COBOL, JCL is often used as an archetype of ugliness even by those who haven't experienced it. However, no self-respecting mainframe MVS programmer would admit ignorance of JCL. See also fear and loathing. (1999-03-03)

Wikipédia

Job Control Language

Job Control Language (JCL) is a name for scripting languages used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem. The purpose of JCL is to say which programs to run, using which files or devices for input or output, and at times to also indicate under what conditions to skip a step. Parameters in the JCL can also provide accounting information for tracking the resources used by a job as well as which machine the job should run on.

There are two distinct IBM Job Control languages:

  • one for the operating system lineage that begins with DOS/360 and whose latest member is z/VSE; and
  • the other for the lineage from OS/360 to z/OS, the latter now including JES extensions, Job Entry Control Language (JECL).

They share some basic syntax rules and a few basic concepts, but are otherwise very different.

The VM operating system does not have JCL as such; the CP and CMS components each have command languages.